August 26th 2025
// Overview
This project covers the process of setting up a custom VPC, launching an EC2 instance inside it, and connecting to the server using SSH. The steps include creating a VPC with a subnet, assigning a public IP, opening required ports, and generating a key pair. Finally, PuTTY was used as the SSH client to complete the connection, since the default SSH client on Windows was unavailable due to update issues.
// Read More
View Full Documentation
// Comments